gnomeos: Pull in ncurses terminfo into base, and -dev into -devel image
authorColin Walters <walters@verbum.org>
Sun, 29 Jan 2012 21:32:39 +0000 (16:32 -0500)
committerColin Walters <walters@verbum.org>
Sun, 29 Jan 2012 21:32:39 +0000 (16:32 -0500)
We need the ncurses-dev to compile texinfo, and the terminfo
is important to have in the base info.

gnomeos/yocto/classes/gnomeos-contents.bbclass
gnomeos/yocto/recipies-core/images/gnomeos-contents-devel.bb

index 096bed06d865bc17e62fb15ca542389fbace66b2..d80e9b65b1a9d04d425bae15e1bfc136b908d295 100644 (file)
@@ -33,6 +33,7 @@ IMAGE_INSTALL = "libuuid1 \
                 pam-plugin-succeed-if \
                 pam-plugin-permit \
                 pam-plugin-nologin \
+                ncurses-terminfo-base \
                 "
 
 RDEPENDS += "tiff \
index 00e9240a1c80fa4df7a849c3159465d32dc67ef1..73e438cca4cb5cc1eed5b0826b6e30299d1e22f9 100644 (file)
@@ -44,4 +44,5 @@ IMAGE_INSTALL += "libc6-dev \
                  icu-dev \
                  curl-dev \
                  libcurl-dev \
+                 ncurses-dev \
                  "